Skip to content

Add TaxCore technical writer agent#1063

Open
DTIBeograd wants to merge 1 commit intogithub:stagedfrom
DTIBeograd:add-taxcore-technical-writer-agent
Open

Add TaxCore technical writer agent#1063
DTIBeograd wants to merge 1 commit intogithub:stagedfrom
DTIBeograd:add-taxcore-technical-writer-agent

Conversation

@DTIBeograd
Copy link

Adds a domain-expert agent for documenting the TaxCore electronic fiscal invoicing ecosystem, including Secure Element Reader, smart card workflows, PKI/SE security, and fiscal invoicing concepts.

@DTIBeograd DTIBeograd requested a review from aaronpowell as a code owner March 18, 2026 09:02
@DTIBeograd DTIBeograd changed the base branch from main to staged March 18, 2026 09:08
@DTIBeograd DTIBeograd requested a review from dvelton as a code owner March 18, 2026 09:08
@aaronpowell
Copy link
Contributor

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

@DTIBeograd
Copy link
Author

Hey @aaronpowell and @dvelton — just wanted to flag that the merge conflicts have been resolved and the branch is now up to date with staged. 🎉

The two remaining CI failures (validate-readme and check-materialized-files) are pre-existing issues on the upstream staged branch and are not introduced by this PR. The check-materialized-files failure is a 403 permission error on the CI bot, and validate-readme errors are in unrelated plugins.

Would appreciate a review when you get a chance. Thanks!

Copy link
Contributor

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI is failing correctly because it contains all the materialised plugins and changes to plugin.json files that shouldn't be in this PR.

Adds a domain-expert agent for documenting the TaxCore electronic
fiscal invoicing ecosystem, including Secure Element Reader, smart
card workflows, PKI/SE security, and fiscal invoicing concepts.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@DTIBeograd DTIBeograd force-pushed the add-taxcore-technical-writer-agent branch from 4eb1061 to ddd1477 Compare March 24, 2026 12:38
@DTIBeograd
Copy link
Author

@aaronpowell The PR has been cleaned up — removed all materialized plugin files and plugin.json changes. The branch now contains only the taxcore-technical-writer.agent.md file (142 lines). Ready for re-review.

@aaronpowell
Copy link
Contributor

aaronpowell commented Mar 24, 2026

The README needs to be updated with the change to the agent. Run npm run build to update them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants